翻訳と辞書
Words near each other
・ H18
・ H1821+643
・ H19
・ H19 (gene)
・ H1droid
・ H1F0
・ H1FNT
・ H1FOO
・ H1FX
・ H1ghlander
・ H1N1 (band)
・ H1Z1
・ H2
・ H2 (Canada)
・ H2 (classification)
H2 (DBMS)
・ H2 (manga)
・ H2 (TV network)
・ H2 antagonist
・ H2 Hinde Tree
・ H2 producing hydrogenase
・ H20
・ H21
・ H22
・ H23
・ H24
・ H25
・ H26
・ H27
・ H28


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

H2 (DBMS) : ウィキペディア英語版
H2 (DBMS)

H2 is a relational database management system written in Java. It can be embedded in Java applications or run in the client-server mode. The disk footprint (size of the jar file) is about 1.5 MB.〔(【引用サイトリンク】 url=http://www.h2database.com/html/features.html )
The software is available as open source software under modified versions of the Mozilla Public License or the original Eclipse Public License. The modification of the MPL is a shorter file header and the license name.
== Main features ==
A subset of the SQL (Structured Query Language) standard is supported. The main programming APIs are SQL and JDBC, however the database also supports using the PostgreSQL ODBC driver by acting like a PostgreSQL server.
It is possible to create both in-memory tables, as well as disk-based tables. Tables can be persistent or temporary. Index types are hash table and tree for in-memory tables, and b-tree for disk-based tables. All data manipulation operations are transactional. Table level locking and multiversion concurrency control are implemented. The 2-phase commit protocol is supported as well, but no standard API for distributed transactions is implemented. The security features of the database are: role based access rights, encryption of the password using SHA-256 and data using the AES or the Tiny Encryption Algorithm, XTEA. The cryptographic features are available as functions inside the database as well. SSL / TLS connections are supported in the client-server mode, as well as when using the console application.
Two full text search implementations are included, a native implementation and one using Lucene.
A simple form of high availability is implemented: when used in the client-server mode, the database engine supports hot failover (this is commonly known as clustering). However, the clustering mode must be enabled manually after a failure.
The database supports protection against SQL injection by enforcing the use of parameterized statements. In H2, this feature is called 'disabling literals'.
Since version 1.1.111, H2 in-memory database can run inside the Google App Engine.〔(【引用サイトリンク】 publisher=gaevfs )

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「H2 (DBMS)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.